home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / appletalk / netatalk / afs / afsprivsrc.sit.hqx / AFS Privileges 1.50 / MakeFile < prev    next >
Encoding:
Makefile  |  1993-09-21  |  764 b   |  23 lines

  1. COptions = -r -mbg on  {SymOptions}
  2. # to be real cool, when we get SADE or SourceBUG, use "-sym on" in the above line    
  3.     
  4. CObjs        = privileges.c.o ╢
  5.             helptextedit.c.o ╢
  6.             afsvcb.c.o ╢
  7.             "{CLibraries}"StdClib.o ╢
  8.             "{Libraries}"Runtime.o ╢
  9.             "{Libraries}"Interface.o ╢
  10.             "{Libraries}"ToolLibs.o
  11.  
  12. 'AFS Privileges'        ── {CObjs} MakeFile widemdef.c.o
  13.     Link -o {Targ} widemdef.c.o -rt MDEF=128
  14.     Link -o {Targ} {CObjs} {SymOptions}
  15. # to be real cool, when we get SADE or SourceBUG, use "-sym on" in the above line    
  16.     SetFile {Targ} -t APPL -c 'IFSp' -a B
  17.     
  18. 'AFS Privileges'    ──    privileges.r privileges.h Makefile
  19.     Rez -rd -o {Targ} privileges.r -append
  20.         
  21. privileges.c.o ─ privileges.h AShare.h Protos.h
  22. helptextedit.c.o ─ privileges.h
  23. afsvcb.c.o ─ xvcb.h privileges.h